hyper detailed photography:1

Flux Kontext Fast + Upscale Workflow [WIP]

--

Flux Kontext Fast + Upscale Workflow Status: Work in Progress - Still refining output quality This workflow combines the power of FLUX.1 Kontext with the Alimama Turbo LoRA to achieve fast, high-quality image generation and upscaling in just 8 steps. Key Features Fast Generation: Utilizes the alimama-creative/FLUX.1-Turbo-Alpha LoRA for rapid image generation with only 8 inference steps Context-Aware Editing: Leverages FLUX.1 Kontext capabilities for intelligent image editing and manipulation Two-Stage Process: Initial generation followed by upscaling for enhanced detail and resolution Efficient Workflow: Optimized for speed while maintaining quality output Workflow Components Stage 1: Fast Generation Model: FLUX.1 Kontext with Turbo Alpha LoRA Steps: 8 (significantly reduced from standard 20-50 steps) Guidance Scale: 2.5 (optimized for Turbo LoRA) Sampler: Euler with simple scheduler Stage 2: Upscaling Method: Ultimate SD Upscale with custom sampling Upscale Model: 4x-ClearRealityV1 Tile Processing: Intelligent slicing for memory efficiency Denoising: 0.2 strength for detail enhancement Technical Setup Required Models FLUX.1 Kontext DEV (FP8 quantized) Alimama FLUX.1-Turbo-Alpha LoRA 4x upscale model Standard FLUX text encoders (CLIP-L + T5) Memory Optimization FP8 model quantization for reduced VRAM usage Tile-based upscaling to handle large images Optional caching nodes for faster iterations Prompt Guidelines The workflow works best with detailed, descriptive prompts. The Turbo LoRA has been trained on high-aesthetic images (6.3+ rating) with resolution >800px, so it excels at: Detailed scene descriptions Lighting and atmosphere specifications Style and aesthetic directions Object replacement and background changes Current Limitations ⚠️ Work in Progress: Output quality is still being refined Some inconsistencies in fine details Occasional artifacts in upscaled regions This workflow represents an efficient approach to context-aware image editing with FLUX, trading some quality for significant speed improvements. Perfect for rapid prototyping and iterative design work.
DenRakEiw
Flux 📌 Face + Upscale by  🚩

2.0

# Flux 📌 Face + Upscale by 🚩 Introduction to Workflow Flux 📌 Face + Upscale by 🚩 It is a consistent magnification workflow developed by Soil Sight Studio, mainly used for image processing and generation, particularly performing well in facial extraction and image super-resolution. ##1、 Model correlation 1. Rich types of models: Workflow involves multiple models, including Unet model, Clip encoder, VAE, etc. These models each undertake different functions, such as the Unet model for core image processing, Clip encoder for text image association, and VAE for image encoding and decoding. 2. Model source and placement: The model is mainly sourced from platforms such as Civitai and Hugging Face, and has clear placement path guidance. For example, the Flux Dev Q5 GGUF model is placed in the models/unet/directory, while the clip_1 model is placed in the models/clip/directory. At the same time, detailed download links are provided to facilitate users in obtaining and configuring the required models. ##2、 Workflow Process 1. * * Image Input and Preprocessing * *: Firstly, the image is loaded through the LoadImage node, and then the AutoDropFaces node may be used for face extraction, automatically detecting and cropping facial regions in the image to prepare for subsequent processing. Image scaling operations can also be performed, such as the ImageScaleToMegapixels node, which can scale the image at a specified magnification. 2. Model loading and setting: Load Unet model, VAE model, Clip model, etc. separately, and set and obtain the model and related parameters through SetNode and GetNode nodes. For example, loading the Unet model through the UNETLoader node, loading the VAE model through the VAELoader node, and loading the Clip model through the DualCLIPLOADer node. 3. Image Generation and Processing: Using the KSampler node for image sampling, generate new images based on the input model, positive conditions, negative conditions, and Latent images. The ControlNetApply Advanced node applies the ControlNet model to further control and optimize the image, adjusting the generation effect of the image by setting different parameters. 4. * * Post processing and output * *: The generated image can be previewed through the PreviewiImage node or saved locally using the SaveImage node. During this process, some post-processing operations can also be performed, such as the PlaySound | pysssss node playing specified sound prompts when image generation is complete. ##3、 Copyright Notice This workflow is independently developed by SoilSighStudio and is not for sale. Copyright✦ SoilSighStudio ✦
SoilSighStudio
ComfyUI workflow for Flux (simple)

--

It is a simple workflow of Flux AI on ComfyUI. EZ way, kust download this one and run like another checkpoint ;) https://civitai.com/models/628682/flux-1-checkpoint-easy-to-use Check out more detailed instructions here: https://maitruclam.com/flux-ai-la-gi/ Just 20GB and no more download alot of thing. it was a bug when i tried to run flux on A1111 but i was finally able to use it on ComfyUI :V Old ver: You will need at least 30 GB to use them :) *** If you are a newbie like me, you will be less confused when trying to figure out how to use Flux on ComfyUI. In addition to this workflow, you will also need: Download Model: 1. Model: flux1-dev.sft: 23.8 GB Link: https://huggingface.co/black-forest-labs/FLUX.1-dev/tree/main Location: ComfyUI/models/unet/ Download CLIP: 1. t5xxl_fp16.safetensors: 9.79 GB 2. clip_l.safetensors: 246 MB 3. (optional if your machine has less than 32GB of TvT ram) t5xxl_fp8_e4m3fn.safetensors: 4.89 GB Link: https://huggingface.co/comfyanonymous/flux_text_encoders/tree/main Location: ComfyUI/models/clip/ Download VAE: 1. ae.sft: 335 MB Link: https://huggingface.co/black-forest-labs/FLUX.1-schnell/blob/main/ae.safetensors Location: ComfyUI/models/vae/ If you are using an Ubuntu VPS like me, the command is as simple as this: # Download t5xxl_fp16.safetensors to the directory ComfyUI/models/clip/ wget -P /home/ubuntu/ComfyUI/models/clip/ https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors # Download tp clip_l.safetensors to ComfyUI/models/clip/ wget -P /home/ubuntu/ComfyUI/models/clip/ https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/clip_l.safetensors # (Optional) Download t5xxl_fp8_e4m3fn.safetensors to ComfyUI/models/clip/ wget -P /home/ubuntu/ComfyUI/models/clip/ https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors # Download ae.sft to ComfyUI/models/vae/ wget -P /home/ubuntu/ComfyUI/models/vae/ https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors For the model, you will need to learn how to generate Huggingface Access Tokens and add them to download and use like this: I don't know much about them so you can find out more. Why don't I make tutorial for Windows 10, 11 or XP? What do you expect from a Mario 64 laptop :) Original tutorial: https://comfyanonymous.github.io/ComfyUI_examples/flux/ Note: It works well with FLUX.1-Turbo-Alpha, LORA human face. 👤✨ Useful and FREE resources: ❤️Free server to make art with Flux: Shakker and Tensor Art and Sea Art ✨ More FLUX LORA? List and detailed description of each LORA I implement here: https://maitruclam.com/lora📚 🆕 First time using FLUX? Explanation and tutorial with A1111 forge offline and Comfy UI here: https://maitruclam.com/flux-ai-la-gi/🌐 🛠️ How to train your LORA with Flux? My detailed instructions are here: https://maitruclam.com/training-flux/📚 ❤️ Donate me (I would be real
Ashen
Keine Suchergebnisse